Problem Note 40471: The Oracle WebLogic Node Manager fails during configuration when the Java Development Kit (JDK) path contains a terminating slash or backslash
If you provide the JDK path with a final, terminating slash or backslash in the SAS® Deployment Wizard, the configuration fails because the WebLogic Node Manager does not start. An error similar to the following is generated in the configuration log:
C:\Program
Files\SAS\SASDeploymentManager\9.2\products\cfgwizard__92380__prt__xx__sp0__1\Ut
ilities\webAppAntTasks_weblogic.xml:2914:
The following error occurred while
executing this
line:
C:\Program
Files\SAS\SASDeploymentManager\9.2\products\cfgwizard__92380__prt__xx__sp0__1\Ut
ilities\webAppAntTasks_weblogic.xml:1226:
NodeManager failed to
start.
at
org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.jav
a:541)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394)
To resolve this issue:
- Open SASHOME/deploymntreg/registry.xml and search for a <Key> value that is similar to the following:
<Key name="jdk">
<Key name="default">
<Value data="028731" name="order"/>
<Value data="Java Development Kit" name="display-name"/>
<Value data="C:\Program Files\Java\jdk1.6.0_16\" name="location"/>
</Key>
</Key>
- Change <Value data="C:\Program Files\Java\jdk1.6.0_16\"
name="location"/> to <Value data="C:\Program Files\Java\jdk1.6.0_16" name="location"/> and save the update.
- Restart the SAS Deployment Wizard to implement the change.
Operating System and Release Information
SAS System | BEA WebLogic Server | Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft Windows Server 2003 for x64 | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft Windows Server 2008 for x64 | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 9.2 TS2M0 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2011-04-13 11:00:16 |
Date Created: | 2010-07-28 15:50:22 |